home *** CD-ROM | disk | FTP | other *** search
- @@inc HTMLToc
-
- == Add Text
-
-
-
- At the top of your page, you should now have
-
-
-
- <pre>
-
- <html>
-
- <head>
-
- <title>Home Page - My First Web</title>
-
- </head>
-
- <body>
-
-
-
- </body>
-
- </html>
-
- </pre>
-
-
-
- Text paragraphs go into "p" elements. On the blank line between the "body" start and end tags, write a "p" element and put the sentence
-
-
-
- <pre>
-
- This is one paragraph.
-
- </pre>
-
-
-
- into the "p" element.
-
-
-
- [[b Go to ((Save and View))]]
-